CyberArk

AWS Aurora PostgresSQL

Description

Manage AWS Aurora PostgresSQL privileged accounts. The plug-in will authenticate to an AWS Aurora PostgresSQL RDS Instance via ODBC.



Vendor

This platform is designed for remote account management for the following target:

VendorPostgres
ProductPostgresSQL
Product Category

Database 

Product Versions14.6



CyberArk

This platform works with the following CyberArk versions:

CyberArk Solution

Privileged Credentials Management 

CyberArk Product

Central Policy Manager (CPM)

CyberArk Versions9.x, 10.x, 11.x, 12.x
Artifact Version1.0
Out of the Box

NO

Out of the Box in versionsN/A
Available in Privilege Cloud

YES



Support & Certification

Support Level

STANDARD

Developed byCyberArk
Certification Level

CERTIFIED

Connection MethodsHTTP/HTTPS



Actions

The following table lists the supported management actions for this platform:

ActionSupportedPermissions
Verify

YES


Change

YES


Reconcile

YES


Delete

NO




Linked Accounts

The following linked accounts are in use by the plugin.

Logon Account

Supported

NO

Required

NO

Platforms


Permissions


Reconcile Account

Supported

YES

Required

NO

Platforms


Permissions



Prerequisites

The following prerequisites are required on the machine that runs this plugin :

PostgresSQL ODBC Driver (v16.0) installed on the CPM machine. The ODBC driver can be found on postgres' website. Verify that the firewall rules \ ports are opened to the AWS Aurora PostgresSQL instance by testing the ODBC Driver on the CPM machine.

Additional resources for installation can be found on Microsoft's website.



Installation

Import Platform

See Import a platform package topic within CyberArk Docs online



Configuration

Platform Settings

Specify the following parameters at the platform level:

Parameter NameDescriptionAcceptable ValuesDefault Value
PortThe port used to connect to the AWS MSSQL instanceInteger5432
ConnectionCommandThe ODBC connection string which will include the ODBC Driver and connection details
Driver={PostgreSQL UNICODE};Server=%ADDRESS%;[Database=%DATABASE%;]Uid=%USER%;Pwd=%LOGONPASSWORD%;Port=%PORT%
ChangeCommandThe legal SQL statement template that will be used to change the password on the required database.SQL StatementALTER ROLE "%USER%" PASSWORD '%NEWPASSWORD%';
ReconcileCommandThe legal SQL statement template that will be used to reconcile the password on the required database.SQL StatementALTER ROLE "%USER%" PASSWORD '%NEWPASSWORD%';
DebugTo enable debug logsYes, NoNo



Account Settings

Account Mandatory Parameters

Specify the following parameters on the account:

Parameter NameDescription
UsernameUsername of the target account
AddressAddress of the AWS MSSQL instance
DatabaseA database name the target account has access to. Note that this is a required property, otherwise the ODBC connector attempts to connect to the base database, which no newly created role has access to by default.